home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
utilfile
/
incommnd
/
incomand.exe
/
WIPEDIR.GBA
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-15
|
326 b
|
18 lines
@ECHO OFF
IF %2!==! GOTO ok
ECHO No modifiers are allowed
GOTO END
:OK
rem don't put a "\" after %1 because it might be A:, and that would mean root
DI %1... -D/EXIST
IF errorlevel 1 GOTO NOFILES
idel %1...*.* /nol
:NOFILES
DI %1... +D/EXIST
IF errorlevel 1 GOTO NODIRS
ird %1...*.* /nol
:NODIRS
ird %1
:END